home *** CD-ROM | disk | FTP | other *** search
- I got recently "Windows Internet Tour Guide" book by Micheal Fraase but I'm
- having difficulties in using the Chameleon sampler. My problem is when
- I run CUSTOM program and create a cfg file I can't enter my DEFAULT
- GATEWAY under SERVICES menu option because that option is ghosted.
- If I ignore that and initiate SLIP connection only the PING program
- work (FTP,TELNET don't work at all).
-
- But if I use Trumpet SLIP & Winsock I can use Chameleon FTP,TELNET, & PING
- programs without a problem.
-
- My question how do I enter my DEFAULT GATEWAY in CUSTOM's CFG file?
- or do I need an updated CUSTOM program? Any help is greatly appreciated.
- Thanks!
-
-
-
- --
- ====== Yusuf
- From news@bigblue.oit.unc.edu Sat Apr 2 06:12:14 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA25124; Sat, 2 Apr 1994 06:12:14 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA23870; Sat, 2 Apr 1994 05:47:51 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 1 Apr 1994 11:48:32
- From: johnnie.johnson@mtv.gtegsc.com (Johnnie Johnson)
- Message-Id: <johnnie.johnson.1.000BCF6E@mtv.gtegsc.com>
- Organization: GTE Government Systems Corp
- Sender: ses
- References: <Erminio.Ballerini.179.2D97EEF8@rivm.nl>, <764965123snz@maxwell.demon.co.uk>, <2nccqo$o9p@dawn.mmm.com>
- Subject: Re: wsarchie & services
-
- In article <2nccqo$o9p@dawn.mmm.com> skeckhardt@mmm.com (Steve Eckhardt) writes:
- >Subject: Re: wsarchie & services
- >From: skeckhardt@mmm.com (Steve Eckhardt)
- >Date: 30 Mar 1994 17:27:52 GMT
-
- >In article <764965123snz@maxwell.demon.co.uk>, David@maxwell.demon.co.uk (David
- >Woakes) says:
- >>
- >>In article <Erminio.Ballerini.179.2D97EEF8@rivm.nl>
- >> Erminio.Ballerini@rivm.nl "Erminio Ballerini" writes:
- >>
- >>>I keep getting those timed out messages when I try an archie search to each
- >>>and every archie server I know. I can however telnet to the archie server an
- >>>do an archie search there. David Woakes <david@maxwell.demon.co.uk> suggested
- >>>that maybe the udp weren't sent out.
- >>>I've been thinking lately that maybe my services file isn't correctly set up.
- >>>Do I have to add archie to it? , like so:
- >>>
- >>>archie x/udp
- >>
- >>No, you don't need this line wsarchie, uses a build in default if it is fails
- >>on the getservbyname call.
- >>
- >>I've been talking to some other winsock developers, and I would like to
- >>know if your site has a firewall. If it does, there is a good chance that it
- >>is not allowing the packets returned by the archie server to reach your
- >>machine. If this isn't the case, let me know and I'll send you a special
- >>version with some tracing so that I can look at what is happening.
- >>
- >I do have a firewall machine and I do get the timeout problems. I'd be glad
- >try the tracing version.
-
- >Steve Eckhardt (skeckhardt@mmm.com)
-
-
- I do to, and I have not been able to get wsarchie to work at all, however I
- did get the archie client in the winapps to work at one time. Let me know if
- you get something that works.
-
- Thanks, Johnnie johnson
- From backman@mailserv-B.ftp.com Sat Apr 2 02:30:41 1994
- Received: from ftp.com (wd40.ftp.com) by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA29035; Sat, 2 Apr 1994 07:28:27 -0500
- Received: from mailserv-B.ftp.com by ftp.com ; Sat, 2 Apr 1994 07:28:26 -0500
- Received: from backman.homerun by mailserv-B.ftp.com (5.0/SMI-SVR4)
- id AA14707; Sat, 2 Apr 94 07:30:41 EST
- Date: Sat, 2 Apr 94 07:30:41 EST
- Message-Id: <9404021230.AA14707@mailserv-B.ftp.com>
- To: jones@cbdb1.nimh.nih.gov
- Subject: Re: Where to get MS TCP-32 VxD beta Winsock
- From: backman@ftp.com (Larry Backman)
- Cc: Multiple recipients of list <winsock@sunsite.unc.edu>
- Sender: backman@mailserv-B.ftp.com
- Repository: mailserv-B.ftp.com, [message accepted at Sat Apr 2 07:30:32 1994]
- Originating-Client: homerun
- Content-Length: 1516
-
-
- >>
- >> Perhaps nothing, perhaps less (e.g. WS_PING doesn't work with it).
- >> Trumpet Winsock seems excellent, mature, and well supported. The main
- >> interest, in my personal opinion, in the VxD implementation is the
- >> 32-bit protected mode operation, i.e. NO "real mode" (DOS) drivers
- >> load. This frees up low memory (the 640k etc. of DOS), this is the
- >> area Windows uses for resource management, running out of space here
- >> is the main reason you see an "Out of Memory" error even though you
- >> have 16Mb RAM and only 2Mb of programs loaded. The VxD consumes NO low
- >> memory, only loading in Windows when an app calls it, and then only
- >> consuming about 59k of memory (2/3 of which is discardable) - compared
- >> with >600k of memory for a calling app like Mosaic. The other benefit
- >> is potentially faster and more reliable operation. And of course, there's
- >> the future... once we're in Chicago (Windows 4.0) and beyond there won't
- >> be a DOS to load the real mode packet drivers in - it'll all be 32-bit
- >> protected mode VxD's. All in all, though if it ain't broke, don't fix
- >> it! If you like what you've got, enjoy!
-
- The only thing you have wrong here is that Vxd's are loaded as part of
- Windows during system initialization. Consider them the equivalent
- of a device driver. Also; they are "under" windows as opposed to
- part of the Windows that you see. Heapwalk will not show you the
- Vxd; only a Vxd lister which walks the Vxd chain will do
- so.
-
-
- Larry Backman
- FTP Software
-
-